home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / chkpro.arc / CHKPRO.DOC < prev    next >
Encoding:
Text File  |  1986-07-07  |  29.5 KB  |  638 lines

  1.  
  2.  
  3.                                 CHECK PROCESSOR
  4.  
  5.                     Copyright 1982,83,84,85,86 by Bill Langlais
  6.                           Produced by Newline Software
  7.                               ALL RIGHTS RESERVED
  8.  
  9.  
  10.                 Check  Processor  (CHKPRO)  is  especially  designed  in
  11.         versions for use on the IBM PC and compatibles, the DEC Rainbow,
  12.         and the Heath/Zenith Z-100 series computers.  CHKPRO can be used
  13.         for  balancing  your savings passbook, checkbook, or credit card
  14.         accounts.  CHKPRO allows you to enter data in the  same  way  as
  15.         you  would  in  a  record  book, without asking you questions or
  16.         making you page through endless displays of menus.  In fact, the
  17.         only  menu in CHKPRO can be totally avoided, if the user already
  18.         knows the name of the data file  he  wants  to  work  on  before
  19.         invoking CHKPRO.
  20.  
  21.                 CHKPRO was designed to handle three types of data files;
  22.         checking accounts, savings accounts and credit cards, and should
  23.         be suitable for any normal household use.  There is no limit  to
  24.         the  number  of  data  files that can be handled by CHKPRO other
  25.         than by the amount of space available on  your  disk  drives  to
  26.         hold the data.
  27.  
  28.                 CHKPRO resembles a word processor in the way the  screen
  29.         display  is  used  for entering data.  Making a correction is as
  30.         simple as moving the cursor to the mistake  and  correcting  it!
  31.         Account reconciliation is as simple as placing the cursor in the
  32.         column marked X and typing in an X.  Entries can also be deleted
  33.         as easily.
  34.  
  35.                 CHKPRO also allows you to categorize any entry  with  up
  36.         to  thirty-one  user defined categories, so that specific print-
  37.         outs can be made using the printout  utility  (CHKLST.EXE),  for
  38.         tax or other record keeping purposes.
  39.  
  40.                 CHKPRO does all internal math using integers instead  of
  41.         floating point number representation.  This means that there are
  42.         no rounding errors,  as  typically  found  on  small  computers,
  43.         causing the last digit (cents) to lose accuracy.
  44.  
  45.  
  46.         
  47.         
  48.  
  49.                           STARTING THE CHECK PROCESSOR
  50.  
  51.                 CHKPRO can be started in one of two ways.  The first way
  52.         is to run the program by typing in the program name at the MSDOS
  53.         or PCDOS prompt.  For example, if the Check Processor disk is in
  54.         disk drive A:, then to start the program enter:
  55.  
  56.                 A>CHKPRO
  57.  
  58.                  CHKPRO  will  start  by  searching  the  default  drive
  59.         (whatever  drive  was the default drive when CHKPRO was invoked)
  60.         for CHKPRO current data files (files with the  extension  .CUR).
  61.         The  "A>"  denotes  the  default  drive  to  be A:  in the above
  62.         example.  The program then lists all the data  files  found  and
  63.         asks  you  for  your selection.  At this point you can do any of
  64.         the following things:
  65.                                                                         
  66.                 ENTER AN ACCOUNT FILENAME
  67.                 RESET DRIVE
  68.                 EXIT
  69.  
  70.                 1.  ENTER AN ACCOUNT FILENAME
  71.  
  72.                 You can enter any of the filenames listed or enter a new
  73.                 filename.    Enter  no  more  than 8 keystrokes.  Do not
  74.                 enter a filename extension.  For example:
  75.  
  76.                 CHEKBOOK        <-- valid
  77.                 CHEKBOOK.CUR    <-- invalid; leave off extension
  78.                 SAVINGS         <-- valid
  79.                 MASTERCARD      <-- invalid; too long
  80.                 B:REGISTR2      <-- valid; create/use file on drive B:
  81.  
  82.                 CHKPRO accesses the current data from the file with  the
  83.                 filename you enter if the file exists.  If the file does
  84.                 not exist, then it will be created.  When CHKPRO creates
  85.                 a  new  file you will be asked to enter the type of file
  86.                 you want to create (Checking, Savings or  Credit  Card),
  87.                 what  the  initial  balance  is  (if there is no initial
  88.                 balance then enter zero) and what the current  year  is.
  89.                 Note  -  Drives  may  be  specified in the normal manner
  90.                 (i.e.  A:, B:, C:, etc.)
  91.  
  92.                 2.  RESET DRIVE - Press F1
  93.  
  94.                 When this special function key is pressed followed by  a
  95.                 valid  drive  specifier  (A, B, etc.) the drive selected
  96.                 will be logged as the default drive and a  list  of  the
  97.                 CHKPRO data files on the default drive will be listed on
  98.                 the screen.  This command can also be used to  change  a
  99.                 disk  so  that the CHKPRO Data files on the new disk can
  100.                 be displayed.   This  allows  you  to  maintain  several
  101.                 checkbook or accounts, each on separate diskettes.
  102.  
  103.         
  104.         
  105.  
  106.                 3.  EXIT - Press F5
  107.  
  108.                 This key returns control to the operating system.    Any
  109.                 data  entered  is  automatically stored on the disk.  DO
  110.                 NOT INTERRUPT CHKPRO or attempt to remove  the  diskette
  111.                 until CHKPRO completes storing the new data on disk.
  112.  
  113.  
  114.                 The second way to start CHKPRO is to type in the  CHKPRO
  115.         program  name  followed by a space and the name of the data file
  116.         you wish to access.  In this case the process mentioned above is
  117.         skipped  and you will go directly into the data entry mode.  For
  118.         example:
  119.  
  120.                 A>CHKPRO B:CHECK
  121.  
  122.                 In this example CHECK is the name of an Account file  on
  123.         disk  B:    that had been created previously or that you wish to
  124.         create now.
  125.  
  126.  
  127.                                 DATA ENTRY MODE
  128.  
  129.                 Once CHKPRO has a data file to work with it will read in
  130.         the  data  file  (Current  entries  only) and display, in column
  131.         format, the last nineteen unreconciled entries.  The cursor will
  132.         be  placed  in the DATE column waiting for you to begin entering
  133.         data.
  134.  
  135.                 The following is a breakdown of each column,  what  data
  136.         can  be entered into each column, and also what special features
  137.         can be used in each column.
  138.  
  139.         DATE
  140.                   1. If an entry is to be made then the date is  entered
  141.                      first.  The format of the date must be MMM DD where
  142.                      MMM is the first three letters of the month and  DD
  143.                      is  a  number  between  1 and 31.  CHKPRO will test
  144.                      this a character at a time while it is being  typed
  145.                      in  and  if  a  invalid character is typed then the
  146.                      terminal bell will ring to signal that an error was
  147.                      made.  Just continue by typing a valid character.
  148.  
  149.                      CHKPRO also allows you to enter  the  year  of  the
  150.                      entry.   Since most entries are entered in the same
  151.                      year, this information need not  be  entered  every
  152.                      time  nor  is  it  always  displayed on the screen.
  153.                      CHKPRO will assume the year of the  previous  entry
  154.                      should  be  used  if you press the Return key after
  155.                      entering the day.  In order to enter the  year  for
  156.                      an  entry  all you need to do is type a Space after
  157.                      entering the day and the date field will clear  and
  158.                      allow you to enter the year either as 19xx, 20xx or
  159.                      xx, another Space or Return will complete the entry
  160.              of the date.  If a year is changed by more then one
  161.              you  will    be  asked  (on the 25th line) if this is
  162.              what you want.  
  163.  
  164.  
  165.         
  166.  
  167.                      SHORT HAND INPUT:
  168.  
  169.                      A.  If nothing is typed in the  date  column  other
  170.                          than  Return then the date will be set equal to
  171.                          the previous entry's date.
  172.  
  173.                      B.  If a space is typed as the first character then
  174.                          the  day can be input and the month will be set
  175.                          equal to the month of the previous entry.
  176.  
  177.                      C.  Years can also be entered as 0  (1900)  to  127
  178.                          (2027).
  179.  
  180.                      D.  If only the month and day are entered the  year
  181.                          will default to the year of the previous entry.
  182.  
  183.                   2. To enter the EDIT MODE (described later),  move the
  184.                      cursor  up one line with the UP-ARROW key while the
  185.                      cursor is in the first position of the date  field.
  186.                      Now  you  can move the cursor around freely to edit
  187.                      the data.
  188.  
  189.         DESCRIPTION
  190.                   1. The description  of an entry  is  entered  in  this
  191.                      column.    It  is  not  necessary to enter the full
  192.                      description if it is one of the built-in  descript-
  193.                      ions (W, D, I, P or C).  Depending on which type of
  194.                      data file  is  being  updated  the  following  will
  195.                      apply:
  196.  
  197.                      SAVINGS  - W<Return> for Withdrawal.
  198.                                 D<Return> for Deposit.
  199.                                 I<Return> for Interest.
  200.  
  201.                      CHECKING - The same as for savings.
  202.                                 Anything else  is  considered  to  be  a
  203.                                 check.
  204.  
  205.                      CREDIT   - I<Return> for Interest.
  206.                                 P<Return> for Payment.
  207.                                 C<Return> for Credit.
  208.                                 Anything else  is  considered  to  be  a
  209.                                 charge.
  210.  
  211.         
  212.         
  213.  
  214.                   2. F1 - CATEGORY -
  215.                      When this key is typed you are prompted to enter  a
  216.                      category  (up  to  nine letters).  If this is a new
  217.                      category you will be asked if you want this  to  be
  218.                      added  to  the  list  of  categories.    This is to
  219.                      confirm that  you  really  want  to  create  a  new
  220.                      category.    Up  to 31 categories can be maintained
  221.                      and these categories will be the same for  all  the
  222.                      data files in the same disk directory.
  223.  
  224.                      All categorized entries will be  displayed  on  the
  225.                      screen  with a horizontal line thru the column line
  226.                      between the date and description to distinguish  it
  227.                      from non-categorized entries.
  228.  
  229.                      WARNING - Once a category is created it  cannot  be
  230.                      deleted  or  renamed  so  care  should  be  used in
  231.                      selecting the names of the categories.
  232.  
  233.                   3. F2 - LIST -
  234.                      This key will display a list  of  all  the  defined
  235.                      categories.
  236.  
  237.         C#
  238.                   1. This column is used only  with  the  checking  type
  239.                      data file.  After entering a check description, the
  240.                      cursor is placed in this column for a check number.
  241.                      Numbers up to 9999 are valid.
  242.  
  243.         X
  244.                   1. This column is used to reconcile an entry.  This is
  245.                      used  only  in  the  EDIT  MODE.    Once an item is
  246.                      reconciled and saved to disk, you cannot  edit  the
  247.                      entry again.
  248.  
  249.         DEBIT
  250.                   1. If the entry is  a debit then the amount is entered
  251.                      here.    After the amount is entered the balance is
  252.                      calculated and printed in the balance column.   The
  253.                      cursor then returns to the date column for the next
  254.                      entry.
  255.  
  256.         CREDIT
  257.                   1. If the entry is a credit then the amount is entered
  258.                      here.    After the amount is entered the balance is
  259.                      calculated and printed in the balance column.   The
  260.                      cursor then returns to the date column for the next
  261.                      entry.
  262.  
  263.         
  264.         
  265.  
  266.                The following keys are active at all  times  except  when
  267.         entering a category or when in the EDIT MODE.
  268.  
  269.         1. F4 - MENU -
  270.  
  271.                This key will save all data except any data on  the  same
  272.                line as the cursor and will return to the menu.
  273.  
  274.         2. F5 - EXIT -
  275.  
  276.                This key will save all data except any data on  the  same
  277.                line  as  the  cursor  and  will  return to the operating
  278.                system.
  279.  
  280.         3. CTRL-C - Control C -
  281.  
  282.                This key will prompt you on the twenty-fifth line to make
  283.                sure  you  want  to abort the data entry session.  If you
  284.                type Y to the prompt CHKPRO will return to the menu  mode
  285.                and  any  data  entered  on  that  data  file,  including
  286.                creation of new categories, will be discarded.    If  you
  287.                type  N CHKPRO will be resume at the point it was at when
  288.                you typed the control C.
  289.  
  290.  
  291.  
  292.                                 OTHER SPECIAL FEATURES
  293.  
  294.         SORTING ENTRIES - entries will be displayed during  the  current
  295.                session  as  they  are  entered  but  will be sorted when
  296.                output to the disk and displayed in the  following  order
  297.                in future sessions or printouts.
  298.  
  299.                1. Primary sort is by date.
  300.  
  301.                2. Entries of the same date are sorted in groups by:
  302.  
  303.                            CHECK + SAVINGS         CREDIT CARD
  304.                            ---------------         ------------
  305.                               DEPOSIT                CHARGES
  306.                               INTEREST               INTEREST
  307.                               WITHDRAWAL             CREDITS
  308.                               CHECKS                 PAYMENTS
  309.  
  310.                3. Checks of the same date  will be sorted  according  to
  311.                   the check number.
  312.  
  313.         MEMORY LIMITS - CHKPRO can maintain CURRENT data files  with  up
  314.                to 1000 current entries.  If you should exceed this limit
  315.                then CHKPRO will exit saving all but the last entry  with
  316.                a  message  telling  you that you have run out of memory.
  317.                If this should happen you will not be able to  enter  any
  318.                more data for that file until you reconcile some entries.
  319.  
  320.         
  321.         
  322.  
  323.         DISK LIMITS - CHKPRO keeps track of the amount of space left  on
  324.                your disk.  CHKPRO, under a normal exit, will temporarily
  325.                backup the Current and Category data files in case of  an
  326.                error  while  writing the data files.  When there is just
  327.                enough room left for the data files to be written safely,
  328.                CHKPRO  asks you if you want to continue by bypassing the
  329.                file backup procedure or to exit so  you  can  make  more
  330.                room  on  your  disk.  If you decide to bypass the backup
  331.                procedure,  then CHKPRO will continue  until  it  decides
  332.                you  have  just  enough room to exit safely and then will
  333.                exit.
  334.  
  335.                                TWENTY-FIFTH LINE
  336.  
  337.                 The twenty-fifth line shows the  current  definition  of
  338.         any  special function keys as well as the Reconciled Balance and
  339.         the number of entries that can be entered before you run out  of
  340.     disk space or memory.  Also  the  year    of  the  entry    you  are
  341.     currently working on.
  342.  
  343.                                    EDIT MODE
  344.  
  345.                 When the cursor is in the first  character  position  of
  346.         the  date  column  and the up arrow key is typed the cursor will
  347.         move up one line and you will now be in the edit mode.
  348.  
  349.                 The purpose of the edit mode is to correct mistakes made
  350.         while  initially  entering  data  and to reconcile entries.  The
  351.         following keys have special meanings while in the edit mode.
  352.  
  353.         - UP ARROW -
  354.  
  355.                 This key will move the cursor  up  one  line.    If  the
  356.                 cursor  is  on the line just under the headings then all
  357.                 entries will move down the screen one line and the entry
  358.                 before  the  one the cursor is on will appear just under
  359.                 the heading column.  If the cursor is on the first entry
  360.                 in  the  data  file  then the console bell will ring and
  361.                 nothing will happen.
  362.  
  363.         - DOWN ARROW -
  364.  
  365.                 This key will move the cursor down one  line.    If  the
  366.                 cursor  is on the last entry at the bottom of the screen
  367.                 then all entries will move up  one  line  and  the  next
  368.                 entry  will  appear  on the same line as the cursor.  If
  369.                 there is no next entry then CHKPRO will  return  to  the
  370.                 data entry mode.
  371.  
  372.         - RIGHT ARROW -
  373.  
  374.                 This key will move the cursor right one  position.    If
  375.                 the cursor is on the last character position of a column
  376.                 then the cursor will jump  over  the  column  separator.
  377.                 If the cursor is in the CREDIT or DEBIT column then  the
  378.                 console bell will sound and nothing will happen.
  379.  
  380.         
  381.         
  382.  
  383.         - LEFT ARROW -
  384.  
  385.                 This key will move the cursor left one position.  If the
  386.                 cursor  is  on  the first character position of a column
  387.                 then the cursor will jump  over  the  column  separator.
  388.                 If the cursor is in  the  first  position  of  the  DATE
  389.                 column then the bell will sound and nothing will happen.
  390.  
  391.         - HOME -
  392.  
  393.                 This key will put the cursor directly on the first  line
  394.                 under   the  heading  columns  in  the  first  character
  395.                 position of the DATE column.  If the cursor  is  already
  396.                 there  then  the screen is redisplayed starting with the
  397.                 first entry in the data file.
  398.  
  399.         - NUM LOCK -  (IBM-PC only)
  400.  
  401.                 On the IBM PC the numeric keypad can be  used  to  enter
  402.                 numerics  when  used  either with the NUM LOCK key on or
  403.                 with the SHIFT key.
  404.  
  405.         - TAB -
  406.  
  407.                 This key will move the cursor  to  the  first  character
  408.                 position  of the next column.  If in the CREDIT or DEBIT
  409.                 column then the bell will sound and nothing will happen.
  410.  
  411.         - RETURN -
  412.  
  413.                 This is the same as the Down Arrow key except the cursor
  414.                 is  also  moved  to  the first character position of the
  415.                 date column.
  416.  
  417.         - ESC     - (IBM PC)
  418.         - ESC ESC - (Z100)
  419.  
  420.                 When this is typed you are put back in  the  data  entry
  421.                 mode.
  422.  
  423.         NOTE -  When you type anything  other  then  one  of  the  above
  424.                 mentioned  special keys in the DATE, C#, DEBIT or CREDIT
  425.                 columns then the column contents will be erased and  the
  426.                 new  data  may  be  entered  just as it was when in data
  427.                 entry mode.  Once you start  to  enter  new  data  in  a
  428.                 column  you  must  finish before you can move the cursor
  429.                 somewhere else using the special keys.
  430.  
  431.         NOTE -  The cursor is not  allowed  in  the  DESCRIPTION  or  C#
  432.                 columns  on any of the special description entries (i.e.
  433.                 DEPOSIT).  The cursor will skip over  these  columns  in
  434.                 this case.
  435.  
  436.         
  437.         
  438.  
  439.                 Any  other  key  will  type  over  the  character  being
  440.         displayed  provided  the  character being typed is valid for the
  441.         column the cursor is in (i.e. in the CREDIT  and  DEBIT  columns
  442.         only numbers are allowed).
  443.  
  444.  
  445.         ACCOUNT RECONCILATION
  446.  
  447.                 Account reconciliation is achieved by typing an X in the
  448.         X  column  of  all  entries  that are to be reconciled.  As each
  449.         entry is being reconciled, the reconciled balance on the twenty-
  450.         fifth  line  is  recalculated  to reflect the change.  After all
  451.         entries on your statement are reconciled,  the  balance  on  the
  452.         statement  should  agree  with  the  balance on the twenty-fifth
  453.         line.  If a entry is reconciled and you want to make a change to
  454.         the  amount  of  that  entry then you must first unreconcile it.
  455.         This is accomplished by typing a space  over  the  X  in  the  X
  456.         column.  When you exit CHKPRO the reconciled entries are written
  457.         to files of the same name as the current entries but with a file
  458.         type  of the year of the entry.  For example; if an entry from a
  459.         file called CHECK with a date of MAY 26, 1984 is  reconciled  it
  460.         will be written to a file called CHECK.984.  If this file exists
  461.         the new entries will be inserted in sorted order into the  file;
  462.         otherwise it will be created.
  463.  
  464.         WARNING - Once an entry has been written to  a  reconciled  data
  465.                 file it cannot be changed.
  466.  
  467.         WARNING - If any entries of previous  years  are  still  in  the
  468.                 current  data file then their respective reconciled data
  469.                 files and all years between must not be removed from the
  470.                 data disk otherwise reconciling those entries will cause
  471.                 new reconciled data files to be created which  will  not
  472.                 be correct.
  473.  
  474.         WARNING - When reconciling data CHKPRO  updates  the  reconciled
  475.                 data  files in place rather then rewrite new ones.  This
  476.                 is done so that a minimum of  disk  space  and  time  is
  477.                 required to use CHKPRO.  The disadvantage of this method
  478.                 is that if any errors occur during the writing of  these
  479.                 files  then all data for that account will be destroyed.
  480.                 Thus, prior to reconciling an account  you  must  backup
  481.                 these  files  and  in the case of a problem restore your
  482.                 data disk from the backup.  Do not reuse the files  that
  483.                 were  in  effect  at the time of the problem because the
  484.                 bad data may not be noticable but could  show  up  after
  485.                 time and thus be very difficult to correct.
  486.  
  487.         
  488.         
  489.  
  490.         DELETING ENTRIES
  491.  
  492.                 Entries can be deleted by typing a D in  the  X  column.
  493.         The  entry  will remain in the list until the data is written to
  494.         disk.  The entry can be undeleted before you save  the  data  to
  495.         disk by typing a space over the D in the X column.
  496.  
  497.         CHANGING CATEGORIES
  498.  
  499.                 You can change a category for an unreconciled  entry  by
  500.                 going  into the edit mode and typing function key 4 (F4)
  501.                 when on the appropriate entry.  The description  of  the
  502.                 entry will be placed in reverse video to identify it and
  503.                 the current category for that entry will be displayed on
  504.                 the  twenty-fifth  line.    If  you  wish  to change the
  505.                 category, just type in the new category.   If  not  just
  506.                 hit Return or function key 4.
  507.         
  508.         
  509.         You must register CHKPRO with Bill Langlais, 162 Orchard Street,
  510.         Byfield,  MA 01922 for support or assistance.  The fee is $5.00.
  511.         CHECK PROCESSOR is distributed by Newline Software AS  IS.    DO
  512.         NOT  CALL  OR  WRITE  US  AT  NEWLINE  about  questions you have
  513.         concerning CHKPRO as  we  are  not  in  a  position  to  provide
  514.         support.    Your  questions and comments will be handled by Bill
  515.         Langlais after you register.
  516.  
  517.  
  518.         
  519.         
  520.         
  521.  
  522.  
  523.                                    CHECK LIST
  524.  
  525.                     Copyright 1982,83,84,85 by Bill Langlais
  526.                           Produced by Newline Software
  527.                               ALL RIGHTS RESERVED
  528.  
  529.  
  530.         Provided  with  CHKPRO  is  a  comprehensive  list  utility  for
  531.         printing reports from your checkbook, savings account, or credit
  532.         card data files created by CHKPRO.  The program can  be  run  in
  533.         one of two ways.  The first is to type  CHKLST  at  the  command
  534.         prompt:
  535.  
  536.                 A>CHKLST
  537.  
  538.         CHKLST will first ask you for the date so it can put it  on  the
  539.         top  of  the  printouts.    You  can actually type in any twenty
  540.         character string that you would like placed on the  top  of  the
  541.         printout.    After this a menu similar to the one in CHKPRO will
  542.         appear on the screen.  You may enter a file name from the  valid
  543.         list  on  the  screen,  or  you  may  select  one of the options
  544.         described below.
  545.  
  546.         The second way to run CHKLST is to specify a file  name  on  the
  547.         command line when CHKLST is invoked:
  548.  
  549.                 A>CHKLST MYCHECK
  550.  
  551.         In this example, CHKLST will ask you for the date  as  described
  552.         above  and  then  if  the  data file 'MYCHECK.CUR' exists on the
  553.         logged on disk drive (in this  example  A:),  then  CHKLST  will
  554.         begin  to  print the CURRENT active entries of that file on your
  555.         Terminal Screen.    After  printing,  CHKLST  will  display  the
  556.         options  menu and allow you to select another file or one of the
  557.         options described below.
  558.  
  559.         The options are selected by the function keys, clearly shown  on
  560.         the 25th line of the screen display.
  561.  
  562.         F1 - RESET DRIVE
  563.  
  564.                 Hit F1 and type the single letter  of  the  drive  where
  565.                 your  data  disk  is  contained.    The  default is your
  566.                 current logged on disk drive.
  567.  
  568.         F2 - SELECTS PRINTER OR SCREEN for output
  569.  
  570.                 Hitting F2 toggles you between  the  list  device  (your
  571.                 printer)  and  the  system  console  (screen)  for  data
  572.                 output.  The default is the system console.
  573.  
  574.         
  575.         
  576.  
  577.         F5 - EXIT TO SYSTEM
  578.  
  579.                 When done with CHKLST  hit  this  key  to  exit  to  the
  580.                 operating system.
  581.  
  582.         F7 - SELECTS PRINTOUT TYPE
  583.  
  584.                 Hitting F7 changes the type of printout to be one of the
  585.                 following:
  586.  
  587.                 CURRENT  - Prints only the active entries of the specif-
  588.                            ied file.
  589.  
  590.                 ALL      - prints  all  entries  for a file for the year
  591.                            specified by F8.
  592.  
  593.                 CATEGORY - prints only entries in  a specified  category
  594.                            for the specified file and year.   After  you
  595.                            select  a  file a list of the categories will
  596.                            be displayed and you may select the  category
  597.                            you want by entering the number of  it  based
  598.                            on  the  list.  The categories are defined in
  599.                            your database by CHKPRO.
  600.  
  601.                 The default is CURRENT.
  602.  
  603.         F8 - SET YEAR (only when ALL and CATEGORY types are selected)
  604.  
  605.                 When the ALL and CATEGORY types are  selected  a  F8xxxx
  606.                 (where  xxxx  is  the  year)  is displayed on the twenty
  607.                 fifth line also.  Pressing the F8 key at this time  will
  608.                 allow you to type in a new year for the ALL and CATEGORY
  609.                 printouts to be based on.
  610.  
  611.         Whenever the Printout type is changed to  or  from  CURRENT,  or
  612.         when the year is changed, the list of printable files is changed
  613.         from the list of CURRENT data files (when CURRENT  is  selected)
  614.         to  the  list  of  data  files that exist for the specified year
  615.         (when ALL or CATEGORY is selected).
  616.  
  617.         While a file is being printed the  printout  may  be  paused  by
  618.         striking  any  key  on the keyboard.  At this time if you should
  619.         decide that you want to abort the printout  you  can  do  so  by
  620.         typing  the  C  key while holding down the CTRL key.  Doing this
  621.         will cancel the printout and return CHKLST directly back to  the
  622.         menu.    If you type any other key while printing is paused then
  623.         the printing will resume.
  624.  
  625.         WARNING - When you are printing out data in the ALL and CATEGORY
  626.         modes  only  data  for  the  specified  year,  both  Current and
  627.         Reconciled, will be printed even if there is data for a  differ-
  628.         ent year that has not been printed yet.
  629.  
  630.         You must register CHKPRO with Bill Langlais, 162 Orchard Street,
  631.         Byfield,  MA 01922 for support or assistance.  The fee is $5.00.
  632.         CHECK PROCESSOR is distributed by Newline Software AS  IS.    DO
  633.         NOT  CALL  OR  WRITE  US  AT  NEWLINE  about  questions you have
  634.         concerning CHKPRO as  we  are  not  in  a  position  to  provide
  635.         support.    Your  questions and comments will be handled by Bill
  636.         Langlais after you register.
  637.  
  638.